From 8f42add23abbe969117f392dabbccd5eccee7f99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= Date: Tue, 7 Mar 2023 09:20:57 +0800 Subject: [PATCH] Clarify how to write feet in fmt_unicsv (#1018) * Clarify how to write feet For #1015. By the way e.g., "height" oddly only mentions meters so I do the same. * tweak unicsv keywords for feet. --------- Co-authored-by: Robert Lipe Co-authored-by: tsteven4 <13596209+tsteven4@users.noreply.github.com> --- xmldoc/formats/unicsv.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xmldoc/formats/unicsv.xml b/xmldoc/formats/unicsv.xml index 69e3f3f10..bad010fdf 100644 --- a/xmldoc/formats/unicsv.xml +++ b/xmldoc/formats/unicsv.xml @@ -11,7 +11,7 @@ The list of keywords include: - alt = Elevation (in meters) of the point. Add "ft" or "feet" for feet. + alt = Elevation (in meters). For feet use "alt ft", "altft", "alt feet", or "altfeet". arch = Geocache archived flag avail = Geocache available flag bng_e = British National Grid's easting @@ -24,10 +24,10 @@ cont = Geocache container cour = Heading / Course true date = Date (yyyy/mm/dd) - depth = Depth (in meters). Add "ft" or "feet" for feet. + depth = Depth (in meters). For feet use "depth ft", "depthft", "depth feet", or "depthfeet". desc = Description diff = Geocache difficulty - ele = Elevation (in meters) of the point. Add "ft" or "feet" for feet. + ele = Elevation (in meters). For feet use "ele ft", "eleft", "ele feet", or "elefeet". e/w = 'e' for eastern hemisphere, 'w' for western exported = Geocache export date found = Geocache last found date @@ -37,7 +37,7 @@ hdop = Horizontal dilution of precision head = Heading / Course true heart = Heartrate - height = Elevation (in meters) of the point + height = Elevation (in meters). For feet use "height ft", "heightft", "height feet", or "heightfeet". hint = Geocache cache hint icon = Symbol (icon) name lat = Latitude @@ -49,7 +49,7 @@ placer = Geocache placer placer_id =Geocache placer id power = Cycling power (in Watts) - prox = Proximity (in meters). Add "ft" or "feet" for feet. + prox = Proximity (in meters). For feet use "prox ft", "proxft", "prox feet", or "proxfeet". sat = Number of sats used for fix speed = Speed, in meters per second. (See below) symb = Symbol (icon) name @@ -72,7 +72,7 @@ x_pos = Longitude y = Latitude y_pos = Latitude - z = Altitude (elevation). See "elevation". + z = Elevation (in meters) We support some enhanced Garmin attributes. They are also available in gpx, gdb, -- 2.30.2